home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / e / kyz_obj.lha / kyz_obj.readme < prev    next >
Text File  |  1998-10-18  |  1KB  |  44 lines

  1. Short: Set of useful E objects
  2. Author: Kyzer/CSG
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type: dev/e
  5.  
  6. This is a collection of E objects I have written, for use in Amiga E
  7. programs. Most come with full autodoc-based documentation, and adhere
  8. to the important OO concepts.
  9.  
  10. bitfield.m
  11. - a full-featured representation of a bitfield. It provides individual bit
  12. operations  and  testing,  bitfield range operations (with AND-combined and
  13. OR-combined  test  results),  combination of bitfields with AND, OR, XOR or
  14. just copy, and optional exception-raise on range errors.
  15.  
  16. catalog.m
  17. - a very simple and powerful way to use locale catalogs in programs, using
  18.   the object form to make it much easier to use more than one catalog.
  19.   * Comes with full example of using module and localisation, with sources
  20.     generated from an 'E.sd' FlexCat source descriptor.
  21.  
  22. cdplayer.m
  23. - an OO interface to the cd.device and compatibles
  24.  
  25. datestring.m
  26. - a simple object form of DateToStr()
  27.  
  28. patch.m
  29. - a very powerful way to install E functions as patches to system functions,
  30.   once again using an object form to hide the messy details.
  31.  
  32. rexxstate.m
  33. - controls the internal workings of ARexx like the commands in SYS:RexxC
  34.  
  35. simplebitfield.m
  36. - a highly cut down version of bitfield.m
  37.  
  38.  
  39. CHANGES SINCE LAST RELEASE
  40. - added more warnings and information to patch.m, now performs stack checking
  41. - fixed names/bugs in bitfield.m
  42. - fixed memory leak in rexxtest
  43. - added cdplayer.m and two test programs
  44.